home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / include / clib / aros_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-16  |  341 b   |  19 lines

  1. #ifndef  CLIB_AROS_PROTOS_H
  2. #define  CLIB_AROS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: aros_protos.h 1.0 (26.10.95)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. */
  10.  
  11. #ifndef  EXEC_TYPES_H
  12. #   include <exec/types.h>
  13. #endif
  14.  
  15. ULONG CalcChecksum (APTR mem, ULONG size);
  16. int   STRCMP       (const UBYTE *, const UBYTE *);
  17.  
  18. #endif /* CLIB_AROS_PROTOS_H */
  19.